Click or drag to resize

ServiceCreateItem Method (Item)

Creates an item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId CreateItem(
	Item item
)

Parameters

item
Type: Independentsoft.ExchangeItem
The item to create.

Return Value

Type: ItemId
The ItemId of the created item.
See Also